2021 Method
Changes 0
M

BeamSystem.Create

Description:
Creates a 2D BeamSystem with specified profile curves.
public static BeamSystem Create(
	Document document,
	IList<Curve> profile,
	SketchPlane sketchPlane,
	int curveIndexForDirection
)
  • document
    The document in which the new BeamSystem is created.
  • IList<Curve>
    profile
    The profile of the BeamSystem.
  • sketchPlane
    The work-plane for the BeamSystem.
  • Int32
    curveIndexForDirection
    Index of the curve in the profile to be used as direction. '0' means the default direction-to use the first curve in profile. The curve from the profile to be used as direction must be a Line.
Return Value BeamSystem If successful, a new BeamSystem object will be returned.